home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / cinstp15.zip / SAMPLE2.INF < prev    next >
INI File  |  1995-01-18  |  1KB  |  45 lines

  1. REM -- Second sample INF file for Chief's Install Pro
  2. REM -- All files are installed to the target directory only
  3.  
  4. [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
  5. $disk 1 = *.*
  6.  
  7. [The title of your application]
  8. $title=My Great Program v2.10
  9.  
  10. [Default target directory]
  11. $target=C:\MYPROG
  12.  
  13. [Disk space needed for the installation - in bytes]
  14. $space=155000
  15.  
  16. [Program Manager group name]
  17. $group=Trooks Great Program
  18.  
  19. [program(s) to create Program Manager icons for]
  20. $icon=TROOKS.EXE;The main Trooks program;Main
  21. $icon=TROOK2.EXE;Another Trooks program
  22. $icon=TROOK3.EXE;Yet another Trooks program
  23. $icon=GLOOG.EXE;A great GLOOG program
  24. $icon=$dest\TROOKS.HLP;My Trook Help;Main
  25. $icon=NOTEPAD.EXE $dest\README.TRK;Trook's Readme
  26. $icon=NOTEPAD.EXE $dest\TROOKS.TXT;Trook's Text file
  27. $icon=$dest\TROOKS.EXE GAME1.TRK;The best Game Ever
  28.  
  29. [Program(s) to run after completing installation]
  30. $exec=$dest\TROOKCFG.EXE
  31.  
  32. [put a ";" at the start of the next line to have a normal main window]
  33. $window=MAXIMIZE
  34.  
  35. [comment and use this to change the background color of the window]
  36. [valid values are 0 to 4]
  37. $WINDOW-BACKGROUND=2
  38.  
  39. [comment and use this to change the background of the text]
  40. [3 RGB values, or 1 long integer value
  41. $TEXT-BACKGROUND=128,128,128
  42.  
  43. [comment this line to NOT automatically set the check box for PROGMAN group]
  44. $SETCHECKBOX
  45.